Skip to content

[codex] Hide schedule marker on selected date#511

Merged
jjoonleo merged 1 commit into
mainfrom
codexd/fix-calendar-selected-schedule-marker
May 11, 2026
Merged

[codex] Hide schedule marker on selected date#511
jjoonleo merged 1 commit into
mainfrom
codexd/fix-calendar-selected-schedule-marker

Conversation

@jjoonleo
Copy link
Copy Markdown
Contributor

Summary

  • Hide the schedule indicator marker when its calendar day is selected.
  • Reuse the same marker rule in the calendar screen and home month calendar.
  • Add focused unit coverage for selected, unselected, and empty event marker behavior.

Root cause

TableCalendar still rendered its event marker on selected day cells, so the schedule dot overlapped the blue selected-date highlight and made the calendar UI look broken.

Fixes #432

Validation

  • flutter analyze
  • flutter test test/presentation/shared/components/calendar/schedule_marker_builder_test.dart test/presentation/calendar/screens/calendar_screen_test.dart

@jjoonleo jjoonleo marked this pull request as ready for review May 11, 2026 10:47
@jjoonleo jjoonleo merged commit 02b2abc into main May 11, 2026
3 of 5 checks passed
@jjoonleo jjoonleo deleted the codexd/fix-calendar-selected-schedule-marker branch May 11, 2026 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

캘린더 스케쥴 인디케이터 ui

1 participant